home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_)
- #define AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TestScale.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestScale dialog
- #include "nctwavplayer.h"
-
- class CTestScale : public CPropertyPage
- {
- DECLARE_DYNCREATE(CTestScale)
-
- // Construction
- public:
- CTestScale();
- ~CTestScale();
-
- // Dialog Data
- //{{AFX_DATA(CTestScale)
- enum { IDD = IDD_PROPPAGE_SCALE };
- CButton m_vsamples2;
- CButton m_vsamples1;
- CButton m_hsamples2;
- CButton m_hsamples1;
- CButton m_vgrid;
- CButton m_venable;
- CButton m_hgrid;
- CButton m_henable;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CTestScale)
- public:
- virtual void OnOK();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTestScale)
- virtual BOOL OnInitDialog();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio3();
- afx_msg void OnRadio4();
- afx_msg void OnCheck1();
- afx_msg void OnCheck2();
- afx_msg void OnCheck3();
- afx_msg void OnCheck4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CNCTWavPlayer* m_player;
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_)
-